Don't require a display for the color test
authorMatthias Clasen <mclasen@redhat.com>
Thu, 2 Dec 2010 20:58:57 +0000 (15:58 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 2 Dec 2010 21:00:15 +0000 (16:00 -0500)
Its not really needed, and the build bot doesn't have X...

gdk/tests/gdk-color.c

index 008f425e2856fa87cb19c09bae1ee34e85efb62f..3c3955a3cc3eae2e721c31a96dd4c79969605445 100644 (file)
@@ -94,7 +94,6 @@ int
 main (int argc, char *argv[])
 {
         g_test_init (&argc, &argv, NULL);
-        gdk_init (&argc, &argv);
 
         g_test_add_func ("/color/parse", test_color_parse);
         g_test_add_func ("/color/to-string", test_color_to_string);